Advertisement
idkllal

speedykiller1

Aug 12th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ------------------------var
  2. local spd = 44
  3. local maxspd = 67
  4. local dmg = 100
  5. local player = game.Players.LocalPlayer
  6. local char = workspace:FindFirstChild(player.Name)
  7.  
  8. for i,v in pairs(char:GetChildren())do
  9. if v.ClassName == "Part" then
  10. v.Color = Color3.fromRGB(99, 95, 98)
  11. elseif v.ClassName == "Accessory" then
  12. v:Destroy()
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement