of     1   

Fangous
#180887820Saturday, January 02, 2016 4:56 AM GMT

Trying to make a gui where you can change the size of the particles this is the script of the button. it gets the size value from textbox what went wrong? wait(2) local box = script.Parent.Parent.TextBox local var = 0 function onClicked() local num=(tonumber(box.Text)or 1)-1 wait() game.Players.LocalPlayer.Character.Torso.ParticleEmitter.Size = num end script.Parent.MouseButton1Click:connect(onClicked)
gangman67
#180888057Saturday, January 02, 2016 5:00 AM GMT

Wow alot of partical questions but use numbersequence
Fangous
#180888107Saturday, January 02, 2016 5:01 AM GMT

i tried and i couldnt seem to figure it out could you give me an example? also ye im scripting some like command gui for admins
gangman67
#180888376Saturday, January 02, 2016 5:04 AM GMT

game.Players.LocalPlayer.Character.Torso.ParticleEmitter.Size = NumberSequence.new(num)
Fangous
#180888594Saturday, January 02, 2016 5:07 AM GMT

wait(2) local box = script.Parent.Parent.TextBox local var = 0 function onClicked() local num=(tonumber(box.Text)or 1)-1 wait() num = NumberSequence.new(num) wait() game.Players.LocalPlayer.Character.Torso.ParticleEmitter.Size = num end script.Parent.MouseButton1Click:connect(onClicked) still not working :/
Fangous
#180896078Saturday, January 02, 2016 7:11 AM GMT

pls
Fangous
#180921366Saturday, January 02, 2016 6:30 PM GMT

bump

    of     1