Advertisement
cr8brooo

Untitled

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