Zaxerion
|
  |
| Joined: 09 Feb 2013 |
| Total Posts: 2304 |
|
|
| 04 Nov 2015 08:21 PM |
local FunctionEnvironment = { pairs = pairs, ipairs = ipairs, next = next, type = type, workspace = workspace.FakeWorkspace, wait = wait, spawn = spawn, CFrame = CFrame, Vector3 = Vector3, Vector2 = Vector2, game = game, UDim = UDim, UDim2 = UDim2, Color3 = Color3, BrickColor = BrickColor, _VERSION = _VERSION, coroutine = coroutine, delay = delay, table = table, Instance = {new = function(Type, Parent) return Instance.new(Type, Parent) end}, pcall = pcall, xpcall = xpcall, ypcall = ypcall, }
I think that's all I need, is it? |
|
|
| Report Abuse |
|
|
| 04 Nov 2015 08:25 PM |
| Can't you just do workspace.Parent to get real workspace? |
|
|
| Report Abuse |
|
Casualist
|
  |
| Joined: 26 Jun 2014 |
| Total Posts: 4443 |
|
| |
|
| 04 Nov 2015 08:40 PM |
Yes, a lot of things. [2]
SOUP BISQUE |
|
|
| Report Abuse |
|
Zaxerion
|
  |
| Joined: 09 Feb 2013 |
| Total Posts: 2304 |
|
|
| 05 Nov 2015 03:22 PM |
@First Poster
Yes, you can. This is just my list. I am still needing to wrap the .Parent |
|
|
| Report Abuse |
|