Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

If i want to change the size every second of a gui on touch of a team. Is this right?

Asked by
zacdave 15
4 years ago
Edited 4 years ago
while true do

If team.Raiders.Touched:connect(function()
 Then 
wait(1)
 Size.UDim2.new( 1,1,1,1) <— numbers are just examples.
end
0
idk how but for the fourth line you can put the then statment after the 3 line so this would be one line if bla bla bla = bla bla bla bla then botw_legend 502 — 4y

Answer this question