Meliodas0_0

Jailbreak Custom Text

Jul 7th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. local OldText = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.SimpleMessage.Text
  2.  
  3. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.SimpleMessage.Text = "TEXTHERE"
  4. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.SimpleMessage.Visible = true
  5. wait(2)
  6. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.SimpleMessage.Text = OldText
  7. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.SimpleMessage.Visible = false
Add Comment
Please, Sign In to add comment