of     1   

Pichu7245
#28745336Wednesday, July 07, 2010 1:14 AM GMT

Can someone explain how to use global values? I know the difference between local and global data, but I want to learn how global data works in ROBLOX.
TheNickmaster21
#28745402Wednesday, July 07, 2010 1:15 AM GMT

I THINK it is this: _G.Pie = Evil print(Pie)
Legend26
#28745807Wednesday, July 07, 2010 1:21 AM GMT

_G["NameGoesHere"] = Can be a function or string, number, etc.

    of     1