TheRealHeh

Untitled

Nov 6th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.PlayerModels:GetDescendants()) do
  2. if v.Name == "BasicHatchet Purchased by "..game.Players.LocalPlayer.Name then
  3. if v.Main.CFrame == CFrame.new(266.097992, 2.69625401, 68.9307022, 1, 1.85972785e-05, 1.29368227e-05, -1.85947702e-05, 1, -0.000193944041, -1.29404289e-05, 0.000193943793, 1) then
  4. v:MoveTo(game.Players.LocalPlayer.Character.Head.Position)
  5. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  6. wait(0.01)
  7. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  8. wait(0.01)
  9. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(v)
  10. end
  11. return
  12. end
  13. end
Add Comment
Please, Sign In to add comment