Relative Content

Tag Archive for luaroblox

Module script variable returning as nil

Hi I have a module script with a variable “Worker” inside of it that starts out as nil, but when I set the player to it(worker = player) it doesn’t change. ‘Cause when I print it it says nil

Remote event will not work the 2nd time it is fired

Basically I have a Roblox Script that will teleport you and turn you invisible. I use a remote event to trigger turning all players invisible on the clients side. Whenever the remote event is triggered once, it works perfectly well, but after that it does not work and the event will not trigger.