Advertisement
cr8brooo

Untitled

May 18th, 2018
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Player = Game:GetService("Players").LocalPlayer
  2. Char = Player.Character
  3. animate = Char:findFirstChild("Animate")
  4. if animate then
  5. animate:Destroy()
  6. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  7. local clone = part:Clone()
  8. clone.Parent = workspace
  9. clone.Anchored = false
  10. clone:ClearAllChildren()
  11. clone.CanCollide = true
  12. bp.Parent = clone
  13. particles.Parent = clone
  14. if part.Parent:FindFirstChildOfClass("Humanoid") then
  15. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement