Advertisement
_Thanh_Thy_Cute_

Fling Things and People CLICK TO SEND TO SPACE

Aug 22nd, 2021
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. for _,part in pairs(game:GetService("Workspace"):GetDescendants()) do
  2. if game.Players.LocalPlayer.Character:FindFirstChild('Head') and part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and not part:IsDescendantOf(game.Players.LocalPlayer.Character) and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then
  3. local ForceInstance = Instance.new("BodyPosition")
  4. for i,c in pairs(part:GetChildren()) do
  5. if c:IsA("BodyPosition") or c:IsA("BodyGyro") then
  6. c:Destroy()
  7. end
  8. end
  9. ForceInstance.Parent = part
  10. ForceInstance.MaxForce = Vector3.new(math.huge, math.huge, math.huge
  11. )ForceInstance.Position = Vector3.new(103, 10060, 1030)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement