This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (script:IsDescendantOf(game.ReplicatedFirst) == false) then | |
error(script.Name .. "needs to be in ReplicatedFirst") | |
end | |
local CollectionService = game:GetService("CollectionService") | |
local kinematicObjects = {} | |
local function AddInstance(target) | |