Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --deobfuscated by pyth, change the vector numbers to how big as you want it to be
- while wait(.2) do
- for i,v in pairs(game.Players:GetChildren()) do
- wait()
- if v and v.Character ~= nil and v ~= game.Players.LocalPlayer and v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
- for a, b in pairs(v.Character:GetChildren()) do
- if b.Name == "HumanoidRootPart" then
- b.Size = Vector3.new(10,10,10)
- b.Material = "Neon"
- b.BrickColor = BrickColor.new("Pink")
- b.Transparency = 0.7
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement