#Part Position Problem

1 messages · Page 1 of 1 (latest)

naive oracle
#

I am trying to make a player clicks a part "port", and it takes a specific tool named "tool" from their inventory and places it exactly on top of that part in the workspace (port)
I'm having trouble getting the tool to move to the correct position.

humble venture
#

Try tool.Parent = Workspace

#

Also you should set tool.Position not handle

tired scarab
humble venture
#

Try using handle.CFrame then

worldly moss
naive oracle
#

Thanks I will try.

naive oracle