Advertisement
memberhero

Im Blue script

Dec 21st, 2017
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. --Im blue script by basstracker1970
  2. wait(2)
  3. plr = game.Players.LocalPlayer
  4. plr2 = game:GetService("Players").LocalPlayer
  5. char1 = plr.Character
  6. char2 = plr2.Character
  7. theme = Instance.new("Sound")
  8. theme.Looped = true
  9. theme.Name = "Blue"
  10. theme.SoundId = "rbxassetid://362567158"
  11. theme.Parent = char1
  12. theme:Play()
  13. char1["Body Colors"].HeadColor = BrickColor.new("Really blue")
  14. char1["Body Colors"].LeftArmColor = BrickColor.new("Really blue")
  15. char1["Body Colors"].LeftLegColor = BrickColor.new("Really blue")
  16. char1["Body Colors"].RightArmColor = BrickColor.new("Really blue")
  17. char1["Body Colors"].RightLegColor = BrickColor.new("Really blue")
  18. char1["Body Colors"].TorsoColor = BrickColor.new("Really blue")
  19. char1.Humanoid.WalkSpeed = 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement