I’m trying to change the position of tool.
This is the code.
mytool.Handle.Position = mypos
It is only changing the handle position not the whole tool position.
(
The handle and tool model are welded correctly.
Handle is not anchored.
Tool model is not anchored.
)
Why is this problem happening and how can i fix it?
1 Like
Edit tool grip property instead of handle position.
mytool.Grip.Position = mypos
There are also plugins that can help you.
2 Likes
Sorry but im not saying about it.
I want to change the tool’s position(location)
Do you want the tools location like in the game to change? Also is this a local script and where are you putting the script.
Also, what is this script for?
I just fixed the problem by myself
The main problem was i was not using CFrame.
So this is the solution.
tool.Handle.CFrame = CFrame.new(myPos)
1 Like
system
(system)
Closed
June 4, 2023, 3:28am
#7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.