Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("RunService").RenderStepped:connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- if v and v.Character ~= nil and v ~= game.Players.LocalPlayer and v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
- v.Character.HumanoidRootPart.Size = Vector3.new(40,40,40)
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
- v.Character.HumanoidRootPart.Transparency = 0.7
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement