mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
Floors module
This commit is contained in:
@@ -5,7 +5,7 @@ local exports: {[string]: BasePart} = {}
|
||||
local AllTags = CS:GetAllTags()
|
||||
for i = 1, #AllTags do
|
||||
local TagName = AllTags[i]
|
||||
if TagName ~= "RopeMasterObject" then
|
||||
if TagName ~= "RopeMasterObject" and TagName ~= "ServerGuard_Physics" then
|
||||
local Tagged = CS:GetTagged(TagName)
|
||||
exports[TagName] = #Tagged>1 and Tagged or Tagged[1]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user