Advertisement
Jaden11

_G Functions, Roblox script

Feb 2nd, 2015
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. script.Name = "GravityTechV6"
  2.  
  3. local c = Instance.new("ServerStorage")
  4. local h = Instance.new("Hint",workspace)
  5. h.Text = "Welcome to GravityTechV6 this is a test";
  6.  
  7. c.ClassName = "ServerStorage"
  8. c.Parent = h;
  9.  
  10. if workspace:FindFirstChild(_G)~=nil then
  11. elseif _G==_G then
  12.     getmetatable(_G)
  13. end
  14.  
  15. local Players=game.Players["LuaScripter12"] --Change your name,
  16.  
  17. local Workspace = Camera
  18. local Ligthing = game.Lighting:FindFirstChild("_G")
  19.  
  20. print(_G)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement