I need help with my script

That’s your ServerScript, your LocalScript is where the client needs to fire the remote to get to the server.

It should be

script.Parent.MouseButton1Click:Connect(function()
	AlanPicked:FireServer("AlanC")
end)
2 Likes

You don’t need the spaces in the optiontable list, but it does make it more readable.

1 Like

I thought you did. I spent so much time writing spaces inbetween my scripts for nothing?

2 Likes

Thanks alot you guys saved my game
i wish you a nice day and happy easter

3 Likes