Advertisement
GemyScripter

cool gui

Dec 26th, 2015
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. version = script.Parent.Version.Value
  2. if game.Workspace:FindFirstChild("GemyTheGem") then
  3. else
  4. v = Instance.new("StringValue",Workspace)
  5. v.Value = game.Players.LocalPlayer.Name
  6. v.Name = "GemyTheGem"
  7. skyboxid = Instance.new("IntValue",v)
  8. skyboxid.Value = 157772998
  9. skyboxid.Name = "Skybox/DecalID"
  10. placeid = Instance.new("IntValue",v)
  11. placeid.Value = 149559312
  12. placeid.Name = "PlaceID"
  13. musicid = Instance.new("IntValue",v)
  14. musicid.Value = 142930454
  15. musicid.Name = "MusicID"
  16. gearid = Instance.new("IntValue",v)
  17. gearid.Value = 108149175
  18. gearid.Name = "GearID"
  19. end
  20. s = Instance.new("Message",game.Players.LocalPlayer.PlayerGui)
  21. s.Text = "c00lgui Reborn V"..version.." has loaded."
  22. wait(3)
  23. s:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement