Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mouse = script.parent.parent:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "t" then
- script.Parent.Parent.Character.Torosn.CFrame = CFrame.new(Mouse.Hit.p)
- end)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement