#need help with fixing this
1 messages · Page 1 of 1 (latest)
hi
so wat happens?
is it just on the ground
(if yes then u need weld constraints to hold the model together)
if i do that it just doesn't get pick up
w a t
weldconstraint and make sure its not anchored
still didn't work
wdym
is the handle called Handle and all parts are weldconstrainted to the handle?
is the tool directory correct?
local Tool = script:FindFirstAncestorOfClass('Tool')
it looks like u have messed up the heirarchy or smth odd
so i need replace local Tool = script.Parent with local Tool = script:FindFirstAncestorOfClass('Tool') or do i do something different
u can do that to make it more robust
but i think u have messed up ur heirarchy
get some toolbox tools and see how they are setup when they are models in a tool. learn from it
ok
Your hierarchy should look like this
Tool(lantern)
|
Handle
|
Model
Model should be welded with handle
Ofc u have to be sure that nothing is anchored
Why so many comments