Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

i mad i fire ball i used a reote evnt but it dsoe not work in game it works in stouido idk why?

Asked by 5 years ago

local Tool = script.Parent play = game.Players.LocalPlayer local mouse = play:GetMouse() local char = play.Character hum = char.Humanoid root = char.HumanoidRootPart

local en = true Tool.Activated:connect(function() if not en then return end en = false Tool.RemoteEvent:FireServer(mouse.Hit) wait(0.5) en = true end)

0
A little formatting will do nicely and some better writing as well. Anyways, can we see the server script code? YTRaulByte 389 — 5y
0
I think he can't comment if his reputation is below 0 Tymberlejk 143 — 5y

Answer this question