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

Remote event won't fire?

Asked by
Manby7 32
3 years ago

By the way, this is a local script parented to a GUI button. The server-sided script works, it just won't fire on the client when you click.

script.Parent.MouseButton1Click:Connect(function()

    game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BuyHouse"):FireServer()
    print("Fired")

end)

Any help would be appreciated!

0
does it print fired when you click MikkelCircled 42 — 3y
0
No Manby7 32 — 3y
0
i think the issue is the guibutton not working NeonPandaEyes331 21 — 3y
0
good idea - the game is first person so for people to move the mouse i have a huge gui button that had Modal enabled Manby7 32 — 3y
0
nevermind it didnt work Manby7 32 — 3y

Answer this question