GUI problem(nothing fires or comes up but it kicks the player)

game.ReplicatedStorage.Remotes.Notification:FireAllClients(player.Name.." has been kicked by ".. context.Executor.Name, "Moderation!")

Nothing will come up when it fires.

This is probably a GUI problem from the looks of it.

1 Like

Where is the clientside code for the Remote handler?

remoteEvent.OnClientEvent:Connect(function(String1,String2) end)

Oh thats what I was forgetting thanks.