#I need help with an issue involving Remote:MakeGui

1 messages · Page 1 of 1 (latest)

dusk badger
#

Hello, I need help with an issue that sumps me so badly that I came here.

So I'm making a new PlayerMenu where you can moderate people from a menu instead of commands, and I've ran into an issue that is confusing.

So basically what is happening is I'm sending the correct paramaters to the function (picture below)

But it errors saying I can't do IsA on a table although I didn't supply a table into the players portion of the function.

So I decided to debug and found out where the error was happening, this error is happening at the function that's supposed to make the GUI I circled where I debugged it, and the picture of the output.

So this means whenever I try to use Remote:MakeGui() and supply it with my player in calling the function it makes the player variable into the entire Remote Module.

dusk badger
#

I made a bypass to this issue by doing Remote.Send

subtle sundial
#

silly little mistake