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

When i spawn my house from lighting via click detector button the house falls apart, why?

Asked by 6 years ago
Edited 6 years ago

How do i fix this?

local thing = script.Parent.ClickDetector
local house = game.Lighting:FindFirstChild("House")

thing.MouseClick:connect(function(aaaaaa)
    house.Parent = game.Workspace
end)
0
Make sure everything is Anchored, if not, everything falls apart oSyM8V3N 429 — 6y
0
You need to make sure that the "House" Is anchored. JackThePro202 -2 — 6y
0
How would i add an anchor script to this current script? QuantumScripter 48 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Make sure the house is anchored. If that didn't work, try this plugin.

https://www.roblox.com/library/342043284/Live-Weld-Plugin-Born2Weld-Updated

This plugin is great for welding.

Ad

Answer this question