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

Player gets stuck in a certain position while trying to use the tool?

Asked by 4 years ago

Everytime a player selects my gamepass given tool they get sent to a certain position with the gun in their hand and they are unable to move?! help please. Here is my gamepass script if anything is wrong?


local player = game.Players.LocalPlayer local ownsGamepass = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(player.UserId,9027783) if ownsGamepass then local sword = game:GetService("ReplicatedStorage"):WaitForChild("Flintlock"):Clone() sword.Parent = player.Backpack end local player = game.Players.LocalPlayer local ownsGamepass = game:GetService("MarketplaceService"):UserOwnsGamePassAsync(player.UserId,8981498) if ownsGamepass then local sword = game:GetService("ReplicatedStorage"):WaitForChild("Rifle"):Clone() sword.Parent = player.Backpack end

3 answers

Log in to vote
0
Answered by
Xapelize 2658 Moderation Voter Community Moderator
4 years ago

You used anchor the tool and makes tool grip to force the people hold it. So remove the anchor on the tools.

0
put them to the workspace and unanchor it, also remember make the handle named "Handle" Xapelize 2658 — 4y
0
Nope, i've tried unanchoring it. The tools have a handle. This was super unhelpful thanks ;) Nap0leonB0naparte 0 — 4y
Ad
Log in to vote
0
Answered by
DesertusX 435 Moderation Voter
4 years ago

Unanchor the tool.

Log in to vote
0
Answered by 4 years ago

Unanchor the tool's parts

Answer this question