local lp = game.Players.LocalPlayer
local char = lp.Character or lp.CharacterAdded:Wait()
local hrp = char:WaitForChild("HumanoidRootPart")
local cd = workspace.MountedGun.MainPart.ClickDetector
hrp.CFrame = CFrame.new(32.2138329, 82.245285, 143.09404, 0.999995053, 1.39862539e-08, 0.00314409612, -1.39383669e-08, 1, -1.52525157e-08, -0.00314409612, 1.52086166e-08, 0.999995053)
fireclickdetector(cd)
fireclickdetector(cd)
wait(0.40)
local Event = game:GetService("ReplicatedStorage").MountedGunRemote
Event:FireServer(
"Fire"
)
Comments
No comments yet
Be the first to share your thoughts!