Advertisement
Upscalefanatic3

Anime Suit

Nov 4th, 2016
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. --[
  2.  
  3. --By Chromium
  4.  
  5. --Project started: June 26th, 2016
  6. --Last updated: June 28th, 2016
  7.  
  8. --my first script
  9.  
  10. --]
  11.  
  12. wait()
  13. local hum = game.Workspace.Upscalegaming.Humanoid --name here
  14. local plr = game.Workspace.Upscalegaming --name here
  15.  
  16. wait(0.1)
  17. hum.WalkSpeed = 32
  18.  
  19. plr.Head.face.Texture = "http://www.roblox.com/asset/?id=101765221"
  20. plr.Shirt:Remove()
  21. plr.Pants:Remove()
  22.  
  23. Shirt = Instance.new("Shirt",Character)
  24. Shirt.Parent = plr
  25. Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=249639658"
  26.  
  27. Pant = Instance.new("Pants",Character)
  28. Pant.Parent = plr
  29. Pant.PantsTemplate = "http://www.roblox.com/asset/?id=249639685"
  30.  
  31. lite = Instance.new("PointLight")
  32. lite.Parent = plr.Torso
  33. lite.Brightness = 100
  34. lite.Range = 8
  35. lite.Color = Color3.new(1,1,1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement