You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to be able to hover the mouse over blocks and the sky without the script breaking, -
What is the issue? Include screenshots / videos if possible!
it always breaks when i hover over the sky.
local blockch = tostring(Block_Choice)
script.Parent.Name = blockch
if mouse.Target:FindFirstChild("Creator") then
GUI.CurrentBlock.Block.Made.Text = "Made by " .. mouse.Target.Creator.Value
end
if not mouse.Target:FindFirstChild("Creator") then
--not exists
end
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I have tried using if statements and nothing has helped.
Here is the inside of each part that someone places.
By the way this is a building system.
Here is the error: