What do you want to achieve?
so basicly i want to create a modulescript that creates a frame and move it to the parent (its something complicater but basicly this, i did the rest --that is not included in here–)
What is the issue?
I get a parent, what works when printed, but when it goes to the modulescipt it is suddendly a table?
Bevore sending
After (when send, i printed it in the code)
it prints
What solutions have you tried so far?
i have searched on internet for a while, but i couldend find anything. i also have no idea why this happens.
If you were wondering why it was erroring, it’s because using : instead of . will use self.
It’s used in OOP implementation. Like for example you would use object:GetName() instead of module.GetName(object). self is pretty advanced, so you can read more about it here.