Advertisement
Upscalefanatic3

give answers script for Paint 'N Guess

Jan 24th, 2018
8,834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. -- Game: https://www.roblox.com/games/256497097/Paint-N-Guess-FAN-GROUP
  2.  
  3.  
  4. -- Script:
  5.  
  6.  
  7. --- print answers script by me dab
  8. _G.Enabled = true --- change to false if you wanna stop lol
  9.  
  10. if _G.Enabled == true then
  11. while _G.Enabled do
  12. wait(0.5)
  13. local answer = game.Players.LocalPlayer.PlayerGui.GAMEUI.Frame.M.Text
  14. print(answer)
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement