cr8brooo

Untitled

May 18th, 2018
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. part = nil
  4. bp = nil
  5. particles = nil
  6. function clerp(a,b,c,d)
  7. for i = 0,d,.01 do
  8. a.CFrame = CFrame.new(b:lerp(c,i))
  9. wait()
  10. function slerp(a2,b2,c2,d2)
  11. for i2 = 0,d2,.01 do
  12. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  13. wait()
  14. mouse.KeyDown:connect(function(key)
  15. if key == "e" and plr.Character.Parent == workspace then
  16. plr.Character.Parent = workspace.Camera
  17. plr.Character.Archivable = true
  18. Instance.new("ForceField",plr.Character).Visible = false
  19. for y,t in pairs(plr.Character:GetChildren()) do
  20. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  21. t.Transparency = 0
  22. if t.Name == "Head" and t:FindFirstChild("face") then
  23. t.face.Transparency = 0
  24. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  25. t.Handle.Transparency = 0
Add Comment
Please, Sign In to add comment