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.
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.
Where is the clientside code for the Remote handler?
remoteEvent.OnClientEvent:Connect(function(String1,String2) end)
Oh thats what I was forgetting thanks.