-
What do you want to achieve?
A function which I can add information to and can be accessed from anywhere in the game. -
What is the issue? Include screenshots / videos if possible!
I want to add values to the function but cannot find a way to do so. -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I checked the developer Hub for information on remote functions and events.
I’m making a chess game and basically I want to tell the function to make the CFrame of the chess board parts offset according to the CFrame of another part. If I want to do this, I have to tell the function it’s CFrame, however I can’t do this with RemoteEvents