-
What do you want to achieve? Pick random message to put in Kick:()
-
What is the issue? Instead of a random message appearing a number appears instead.
-
What solutions have you tried so far? used Random.new and got
Unable to cast value to std::stringerror instead.
Here is my script.
local kickmsgs = {"Bye; bland i know.","YOU DID WHAT?", "connor-get-out-wwe-tenor-gif"}
player:Kick(math.random(1,#kickmsgs))
Here is an image preview of the kick message i received:
