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

If I can't fire the serverevent from here, where do I fire it?

Asked by 7 years ago
Edited 7 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

The script won't even start, I'm trying to get the server to fire the script but It won't.

local repStorage = game:GetService("ReplicatedStorage")
local remote = repStorage.Events:WaitForChild("Get")

mouse.KeyDown:connect(function(Key)
if Key == "z" then
    remote:FireServer()
    end
end)
0
Im firing it from startercharacterscripts User#12423 0 — 7y
1
you have to explain what's going on, what the error is, etc. Perci1 4988 — 7y
0
It won't load User#12423 0 — 7y

Answer this question