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

When I equip a tool, it flips me upside down. Why?

Asked by 4 years ago
Edited 4 years ago

I am building a 2nd version of my Cafe. I've started putting in the tools/models now and the cups don't seem to be working. Whenever I equip it, it teleports me to some random spot on the map and flips me upside down. I have a model of the cup in the workspace and a tool connected to it ServerStorage. The script for the click detector goes as follows:

script.Parent.MouseClick:Connect(function(plr)
    game.ServerStorage.Cup:Clone().Parent = plr.Backpack
end)

It works in my other cafe, so I'm not sure what to do. Ask me if I need to provide anything else.

Edit: Solved it myself, no welds needed lol.

0
Are the parts anchored? killerbrenden 1537 — 4y
0
Yes. TotalElevation 45 — 4y
0
Then that's why Spjureeedd 385 — 4y
0
Unacnhor them Spjureeedd 385 — 4y
View all comments (2 more)
0
Yes, unanchor and weld them. killerbrenden 1537 — 4y
0
How do I weld them? TotalElevation 45 — 4y

2 answers

Log in to vote
0
Answered by 4 years ago

The answer is simple,unanchor the parts and once you have done that,get a welding script if your tool has multiple parts.You can find a welding script in the Toolbox,just search "Welding Script" and it will be perfectly fine.

0
Do I just put the weld in the model? TotalElevation 45 — 4y
0
Yes DAsanicmaster 52 — 4y
0
Yeah, doesnt work. It welded and I unanchored everything, it still teleports me to a random spot upside down. TotalElevation 45 — 4y
Ad
Log in to vote
0
Answered by
14dark14 167
4 years ago
Edited 4 years ago

You can use Weld plugins to weld models together or you can use this https://www.roblox.com/library/181259635/qPerfectionWeld-Perfect-welding-for-EVERY-situat / Place it in your model and it will weld everything together Then unanchor every part in your tool and you will be good to go.

0
Yeah, doesnt work. It welded and I unanchored everything, it still teleports me to a random spot upside down. TotalElevation 45 — 4y
0
There could be parts that are inside other parts, make sure you inspect the tool carefully, or maybe a script is causing that. 14dark14 167 — 4y

Answer this question