Just a correction, it’s all most always bad habit to use game.Service
, as if it’s changed the name ut will print out an error, instead you should use game:GetService(“Service”)
game:GetService(“Workspace”)? You kidding me?
Of course I know to do game:GetService(“ServerScriptService”) but game:GetService(“Workspace”)? I think you took it a bit too far.
From what I know that’s good practice, I always use it, I never use workspace
, I’m more comfortable with GetService()
(IDK why)
np I usually see youtubers like AlvinBlox DevKing etc just use game.Workspace so…
Yes, but if you rename Workspace
then it’s gonna error
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.