mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
types and sound editor entity
This commit is contained in:
@@ -17,10 +17,8 @@ function Tags.constructor()
|
||||
|
||||
for n: number = 1, #AllTags do
|
||||
local TagName = AllTags[n]
|
||||
if TagName ~= "RopeMasterObject" and TagName ~= "ServerGuard_Physics" then
|
||||
local Tagged = CS:GetTagged(TagName)
|
||||
Exports[TagName] = #Tagged>1 and Tagged or Tagged[1]
|
||||
end
|
||||
local Tagged = CS:GetTagged(TagName)
|
||||
Exports[TagName] = #Tagged>1 and Tagged or Tagged[1]
|
||||
end
|
||||
return setmetatable({
|
||||
Exports = Exports
|
||||
|
||||
Reference in New Issue
Block a user