Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while wait(0.001) do
- game.Players.LocalPlayer.ninjaEvent:FireServer("swingKatana")
- local me = game.Players.LocalPlayer.Character
- local targetplayer = game:GetService("Workspace").sellTeleportPart
- me.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
- end
- -- equip the weapon before using script
Add Comment
Please, Sign In to add comment