Advertisement
WafflesYT

Untitled

Mar 1st, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. plr = game.Players.LocalPlayer hum = plr.Character.HumanoidRootPart mouse = plr:GetMouse() mouse.KeyDown:connect(function(key) if key == "c" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end)
  2. --StarterStaff script
  3. while wait(0.3) do
  4. local A_1 = "EarthKey"
  5. local A_2 = Vector3.new(mouse.Hit.x, mouse.Hit.y, mouse.Hit.z)
  6. local A_3 = game:GetService("Workspace")[game.Players.LocalPlayer.Name]["Starter Staff"].Front
  7. local Event = game:GetService("ReplicatedStorage").MoveHandler
  8. Event:FireServer(A_1, A_2, A_3)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement