What is a possible pitfall of utilizing Excel as a way to manipulate small databases? git hub code example
Example: What is CanCollide in roblox?
-- CanCollide is command a that will be able to make a Part collide or not
-- To make an object not fall off a part
script.Parent.CanCollide = true
-- To make an object fall off a part
script.Parent.CanCollide = false