Relative Content

Tag Archive for luarobloxroblox-studio

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.

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.

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