So... I managed to make a Buy House/For Sale Sign, Sell House, and a Front Door Configuration thing all by myself. I know it's silly, but I'm proud of myself because I managed to actually not bug you guys for once. But now CFraming has come along and knocked me off my feet. Sigh.
This bit of code is within the Sell House script, fyi. Because without this, if the house owner is within the house when they sell it, they'll be locked in their house and be forced to reset.
Here's the error from output:
Players.Player.PlayerGui.HouseControls.SellHouse.Script:42: attempt to index field 'Vector3' (a nil value)
And finally, the script:
local torso = script.Parent.Parent.Parent.Parent.Character.Torso
local p = findhouse.RetailHouse.FDoor.Position
torso.CFrame = CFrame.Vector3.new(p, p, p.Z + .8) --Outside House
Because the house is going to be copy and pasted, I didn't want to have to figure out the exact CFrame location for each house. I just want them to be able to teleport right outside the door. Clearly, I have no idea how to execute this even after of a day of studying of how to write this out on the Wiki.
Thanks for any help at all. Extremely appreciated.
Sorry for the long post. |