SHOW:
|
|
- or go back to the newest paste.
1 | version = script.Parent.Version.Value | |
2 | - | if game.Workspace:FindFirstChild("myles0626") then |
2 | + | if game.Workspace:FindFirstChild("chucky_100") 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() |