So the problem ive been having is that its really hard to get a script to work, like every thing i try doesnt work. im trying to make a starting menu for a tornado chasing game right? and the gui looks really good, just the problem is the script. If you click the button to start the game it just clicks and doesn't do any thing?
#Uh guys help
1 messages · Page 1 of 1 (latest)
that if/else statement only runs once, and i see you set the attribute hasclicked in a button. maybe try getattributechangedsignal
ight
‘‘‘ local screenGui = playerGui:WaitForChild(“ScreenGui”)‘‘‘
Fuck mobile discord I cant get the backticks to work
Aw shit real
Scripts run top to bottom only once. If you want smt to repeat forever put it in a while true do loop.
Or use functions too