Talk:Service:PlayerGui

From Legacy Roblox Wiki
Jump to navigationJump to search

This is an object. --GoldenUrg 03:03, 29 May 2010 (UTC)

Container service, I thought? ---Mr Doom Bringer 06:05, 29 May 2010 (UTC)
I'm pretty sure it is a service. There should be one per player. --Blocco|Userpage-Talkpage 13:06, 29 May 2010 (UTC)
Let's define: Services are objects returned by Game:GetService(). Objects are things created with Instance.new(). We could make up a new category for things which cannot be accessed by either. But in this case
print( Game:GetService("PlayerGui") ) --> nil
print( Instance.new("PlayerGui") ) --> PlayerGui
so it's clearly an object. --GoldenUrg 04:00, 30 May 2010 (UTC)