Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Credits to Nugget Hax - Roblox Exploits & More (Me)
- -----------------------
- local Player = "PLAYERNAME";
- if game:GetService('Workspace').Tycoon1.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
- for i,v in pairs(workspace.Tycoon1.Tiles.TileModel:GetChildren()) do
- game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
- end
- elseif game:GetService('Workspace').Tycoon2.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
- for i,v in pairs(workspace.Tycoon2.Tiles.TileModel:GetChildren()) do
- game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
- end
- elseif game:GetService('Workspace').Tycoon3.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
- for i,v in pairs(workspace.Tycoon3.Tiles.TileModel:GetChildren()) do
- game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
- end
- elseif game:GetService('Workspace').Tycoon4.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
- for i,v in pairs(workspace.Tycoon4.Tiles.TileModel:GetChildren()) do
- game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
- end
- elseif game:GetService('Workspace').Tycoon5.Info.Owner.Value == game:GetService('Players')[tostring(Player)].Name then
- for i,v in pairs(workspace.Tycoon5.Tiles.TileModel:GetChildren()) do
- game:GetService('Workspace').Functions:FindFirstChild("Remove"):FireServer(v, 1000000)
- end
- end
Add Comment
Please, Sign In to add comment