Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ez script lol
- -- pingsockv2
- game:GetService("RunService").RenderStepped:Connect(function()
- local Player = game.Players.LocalPlayer
- local Character = Player.Character
- local HumanoidRootPart = Character.HumanoidRootPart
- for i,v in next,(workspace:GetDescendants()) do
- if v.Name == "Token" and v:IsA("BasePart") then
- v.CFrame = HumanoidRootPart.CFrame
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment