Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Im blue script by basstracker1970
- wait(2)
- plr = game.Players.LocalPlayer
- plr2 = game:GetService("Players").LocalPlayer
- char1 = plr.Character
- char2 = plr2.Character
- theme = Instance.new("Sound")
- theme.Looped = true
- theme.Name = "Blue"
- theme.SoundId = "rbxassetid://362567158"
- theme.Parent = char1
- theme:Play()
- char1["Body Colors"].HeadColor = BrickColor.new("Really blue")
- char1["Body Colors"].LeftArmColor = BrickColor.new("Really blue")
- char1["Body Colors"].LeftLegColor = BrickColor.new("Really blue")
- char1["Body Colors"].RightArmColor = BrickColor.new("Really blue")
- char1["Body Colors"].RightLegColor = BrickColor.new("Really blue")
- char1["Body Colors"].TorsoColor = BrickColor.new("Really blue")
- char1.Humanoid.WalkSpeed = 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement