#yo help with something
1 messages · Page 1 of 1 (latest)
explain what you mean by "touch". Touch a part? Touch a button?
@tidal lotus
like
ok its gonna sound dumb but i put down a cube and i want to make a GUI appear when you walk into it (which makes it do something alredy) three times
i have no clue how to get the three times thingy
Just create a variable and if you walk into your cube += that variable +1
count = 0
cube.touched:Connect(function()
count += 1
end)
and if count is 3 then set count to 0 and show your gui
i love you
