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

Backpack spawns on my face instead of back?

Asked by 5 years ago
Edited 5 years ago

I'm working on a game that is similar to bee swarm sim or snow shoveling sim....I'm trying to make the backpacks, tools, and harvest-able blocks...So far I have sorta figured out how to weld a backpack to a player when they join the game...but It keeps showing up on my face?? Not sure why...

Also if anyone knows any scripts to make the tools, blocks, or backpacks work with collecting I would love you forever!!!

game.Players.PlayerAdded:Connect(function(Player)
    Player.CharacterAdded:Connect(function(Character)
    script.Parent.Level1Backpack:Clone().Parent = Character
    end)
end)

this is the code I am using to have the player spawn with it...its in serverscriptservice

picture of studio: https://imgur.com/5Mb8LnG

picture of what I am trying to create: https://imgur.com/tstZYgN

-i didn't realize people can be so rude. I was just looking for help. Someone to point me in the right direction....sorry-

0
you can fix it with weld.CFrame saveourwolves 2 — 5y
0
We aren't a request site. You need to give us valid scripts and reasoning why they aren't working. SBlankthorn 329 — 5y
0
Title does not help anyone understand what you actually want. If you require help, set the title to what you're trying to do instead of something as general/vague as "making a game" iiOmqLeetHyackth101 0 — 5y
0
Try messing with the welds CFrame, I've encountered many issues with this before, I would tend to be the just a little manipulation within the CFrame of C0 or C1 CFrame . Next_Byte 21 — 5y

1 answer

Log in to vote
0
Answered by 4 years ago

Try using the HumanoidRootPart

Ad

Answer this question