Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function GetRandomSlidePosition()
- return math.random(1, 7)
- end
- while true do
- print(GetRandomSlidePosition())
- sleep(4)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement