Advertisement
PG_MCVN

:))) auto fram war of the

Oct 14th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. while wait() do
  2. local char = game.Players.LocalPlayer.Character
  3. local pos = char.HumanoidRootPart.CFrame
  4. for i,v in pairs(workspace:GetDescendants()) do
  5. if v.Name == "HumanoidRootPart" then
  6. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7. v.Anchored = true
  8. char.HumanoidRootPart.Anchored = false
  9. char.HumanoidRootPart.CFrame = pos
  10. end
  11. end
  12. end
  13.  
  14. Execute this second:
  15. Code:
  16. while wait() do
  17. game.ReplicatedStorage.Connections.Arcs.Combat:FireServer(1, false)
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement