Advertisement
Prephy

oh wow

Jan 11th, 2021 (edited)
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. wait(0)
  3. local d = owner.Character:findFirstChild("Head")
  4. if d~=nil then
  5. owner.Character.Humanoid.RequiresNeck=false
  6. d:Destroy()
  7. local ff = Instance.new("ForceField",owner.Character)
  8. ff.Visible=false
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement