#Roblox is bugging when parenting to workspace

1 messages · Page 1 of 1 (latest)

compact pumice
#
item.Position = positionInFront
        print("dropping at ... " .. item.Position.X .. " " .. item.Position.Y .. " " .. item.Position.Z)
        item.Parent = workspace
        print("loading at ... " .. item.Position.X .. " " .. item.Position.Y .. " " .. item.Position.Z)
#

i dont know why this happens 😅