Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

The output says that CanCollide is not a valid value, what went wrong?

Asked by 5 years ago
Edited 5 years ago

There is the script:

Used Tuneabl's Sandbox Tutorial Everything works fine when I comment the Canciollide statement in line 40

01--------------------------Vars---------------------------------------------
02 
03local placementHandler = require(script:WaitForChild("PlacementModule"))
04local base = workspace.Base
05local items = game:GetService("ReplicatedStorage").Items
06local plane = placementHandler.new(base.Baseplate, base.ItemHolder, 3)
07 
08local GreyButton = script.Parent.SelectionFrame:WaitForChild("Grey")
09local BlueButton = script.Parent.SelectionFrame:WaitForChild("Blue")
10 
11local dummyModel
12local signal
13local currentItemName
14 
15------------------------------------------Functions-------------------
View all 64 lines...

Thanks for the Help!

2 answers

Log in to vote
3
Answered by 5 years ago

You forgot to capitalize the "c" in "Collide"

Ad
Log in to vote
0
Answered by
DJH_100 28
5 years ago

Models dont have can Collide

Answer this question