Advertisement
AceDope

Untitled

Oct 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Enemy="PipocaDePipoca"
  2.  
  3. game.Players.PlayerAdded.connect(funtion(check)
  4. if check.Name==Enemy then
  5. while wait() do
  6. a=Instance.new("Message", check.PlayerGui)
  7. a.Text="told you"
  8.  
  9. end
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement