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

Remote Event problem?

Asked by 8 years ago

FireServer() won't work when I test it on a actual server The script that prints "shopp" is in workspace The other one is in a local script in some Guis.

shopPrev.PurchaseButton.MouseButton1Down:connect(function()
    print ("firing server")
    game.workspace.Test.Shop:FireServer()
    print ("firing server2")
end)

script.shop.OnServerEvent:connect(function(player)
    print("shoppp")
end)

Prints firing server and firing server2

0
Is the casing shop or Shop for the RemoteEvent object? M39a9am3R 3210 — 8y
0
Would like you to give more information about what u trying to do, the hierarchy if there's one. And either re-phrase your question and clarify it up, and then maybe we'll be able to help a bit more. iDarkGames 483 — 8y

Answer this question