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

A Player.Kick Script? [closed]

Asked by 8 years ago

Ok so heres what I got so far but it stops working at the Kick("") I Want It To Display A Message Like It Says It Can In Roblox's Changelog?

game.Players.PlayerAdded:connect(function(player) if player.Name == "Player" then player.Kick("Hi") end end)

Locked by HungryJaffer, XToonLinkX123, and YellowoTide

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 8 years ago

Ok I found the problem it is suppose to be player":"Kick not player"."Kick

Ad