Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Game: https://www.roblox.com/games/256497097/Paint-N-Guess-FAN-GROUP
- -- Script:
- --- print answers script by me dab
- _G.Enabled = true --- change to false if you wanna stop lol
- if _G.Enabled == true then
- while _G.Enabled do
- wait(0.5)
- local answer = game.Players.LocalPlayer.PlayerGui.GAMEUI.Frame.M.Text
- print(answer)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement