Advertisement
Guest User

Untitled

a guest
May 26th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local nerd = game.Workspace.Crab_Kake
  2. local FIELD = Instance.new("Part")
  3. FIELD.Shape = "Ball"
  4. FIELD.CFrame = nerd.HumanoidRootPart.CFrame
  5. local weld = Instance.new("Weld")
  6. weld.Part0 = nerd.HumanoidRootPart
  7. weld.Part1 = FIELD
  8. FIELD.Anchored = false
  9. FIELD.CanCollide = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement