Advertisement
lygelz23

DESTRUCTION

Feb 17th, 2020
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. local chr = game.Players.LocalPlayer.Character
  2. local mouse = game.Players.LocalPlayer:GetMouse()
  3. while wait() do
  4. if mouse.Target then
  5. if chr:FindFirstChild("Launcher") then
  6. game.ReplicatedStorage.Remotes.explodeRocket:FireServer(156796175.2919, chr.Launcher.Stats, mouse.Hit.Position, chr.Launcher.Assets.Rocket.Boom)
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement