Advertisement
Legend_Dev

script creadits

Jul 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. FrameOne.Enabled = true
  2. game:GetService("StarterGui"):SetCore("SendNotification",{
  3. Title = "Created by:",
  4. Text = "QuiclyGod",
  5. Icon = "https://web.roblox.com/Thumbs/Avatar.ashx?x=100&y=100&Format=Png&userid=202073443",
  6. Duration = 5,
  7. })
  8. warn("--INSTRUCTIONS\QuickHub: QuickHub loaded.\n -Press 'Home' for hide the menu.")
  9.  
  10. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  11. Text = (string.format('Fully loaded QuickHub! Init time: %s seconds', tostring(tick() - InitTime)));
  12. Color = Color3.new(0, 18, 75);
  13. Font = Enum.Font.SourceSansBold;
  14. FontSize = Enum.FontSize.Size24;
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement