Advertisement
Vermin_YouTube

ROBLOX | Message Script! (WORKS!)

Aug 1st, 2020
1,116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. -- Made by H4X0R
  2. -- This should work with all Level 7 script executors!
  3. -- Change TEXT to your message!
  4. -- The message will go away after 3 seconds!
  5.  
  6. local message = Instance.new(”Message”)
  7. message.Parent = game.Workspace
  8. message.Text = “TEXT”
  9. wait(3)
  10. message:Remove()
  11. print("Message sended.")
  12.  
  13. else
  14.   warn("Error occured! Possible mistakes: You don't have that good executor! Consider using EasyExploits API.")
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement