Variable is not updating when I change it in Roblox Studio Lua
This is the code:
Why does roblox studio walk wrong through the table
I am making a game right now in roblox, and need to make gamepass store, however when my loop goes through it (its a table in table), it goes out of order
Example code with the tables in table
How to apply “AsemblyLinearVelocity” from scripts onto “hit.Parent”
Here is the code:
How to spawn part 35 studs in front of player, facing same direction as player?
I’m trying to spawn a wall in front of the player, 35 studs out, and perpendicular to their view (so the wall is flat in front of them). When I spawn the wall, it doesn’t show up in the correct spot and I’m not sure why. Please see this video for example.
Getting over the roblox leaderstats intvalue limit
I am making a game that requires a large amount of values, I have it so there are two values: StringValue and IntValue. The intvalue holds the number of the clicks that the player has and then the main script takes the value from the intvalue shortens it and make it look like “100k” but when I go over 9.2Qi or something like that it will be 0 or it won’t go up anymore please help me out here.
HumanoidRootPart not a valid member of Character RBLX
It’s a simple local script where I clone the local player’s character and place it into my viewport frame
How to change a welded part’s position with this script in Roblox Studio?
What happens when the player picks up the ball
I’m trying to make a script where, when the player touches a ball, the player picks it up (the ball sticks to the player’s hand). Now I found out you need to use welds for this, which I did and it works, except there is one issue. The ball is behind the player instead of in the right hand.
Refreshing script in roblox
I’m writing a scripts for a concert in roblox. There is a script in a ServerScriptService, that controls all music and lights. I need a gui reset button, that will start this script from the beginning.
Check if a part is a part of a character | Roblox
I am not sure where to start so asking for some help. I want to create a script that detects if the part is hit by a person.
My Roblox frame isn’t going to the next frame?
I am making a game where in a computer in the game I click a button it would open a frame where I enter a username then press enter to take me to an another frame where I type out a message then press press submit to enter it in a queue where and claim the note to deliver it to the rightfull peron (whatever person typed in the first frame) and if there is no username have it deliverd to an npc. my problem is the enter button to take me from frame one to frame two dont work