Advertisement
Guest User

Roblox Exploit Gui Watermark

a guest
Jun 16th, 2020
1,548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. -- Creating a Chat System --
  2. -- Created for Roblox Exploit Gui Watermark
  3. print("Created by SpeedSterMaster")
  4. -- Creating Chat System --
  5. -- Great for Watermark --
  6. wait(0.5)
  7. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  8.  
  9. Text = ("Hello, This is a Test");
  10.  
  11. Color = Color3.new(0,0,255);
  12.  
  13. FontSize = Enum.FontSize.Size25;
  14.  
  15. })
  16. -- Printing is a Text System..
  17. -- When you Click F9 on Keyboard..
  18. -- You can see the Message (and yes its Public to LocalPlayers)
  19. -- Thanks for Using :D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement