I’m not familiar with this so how would i fix this?
we might need to wait for the billboard like this
local billboardGui = game.Players.LocalPlayer:WaitForChild("PlayerGui"):WaitForChild("BillboardGui")
Okay this seems to work as i can see the billboard gui and there’s no errors in output
What’s the next step?
scroll up i sent the next step above on how to make the spring localscript
after this step you should see the spring attach to the target when you click
It doesn’t seem to work no errors in output also you had a type you typed arrachment instaed of attachment but i fixed that and still no result
if you print(targetValue.Value)
inside the InputBegan event does it print anything?
and yes there might be typos i have not tested the code unfortunately Roblox does not support Linux so i cant test it
I understand that you can’t test it but what do you mean inside the inputbegan event in what script?
so we have 3 scripts
- script searches for the target
- sets the billboard so we can see what target is selected
- new script with a inputbegan that positions the spring when you click
only 1 of the 3 scripts has a inputbegan event
put the print inside the event so we can see what it is when the event fires
What do you mean event? sorry if I’m making this complicated
Nevermind i got a result it does print it
this is what the output looks like anyways i have to go now just write the rest of the steps and when im back il follow them thank you!
next step is to fix the spring so you can see it when you click
Okay, I’m back so how do i fix the spring?
ok when you click can you see the spingpart getting placed into workspace and can you see the spring has attachment0 and attachment1 set and is the spring visible?
also make sure the springpart is anchored
It’s not getting parented to workspace i don’t know why i did everything you said
u do something like press “~” this key 3 times without pressing shift and end the code block with 3 “~” without pressing shift. It will look something like
print("Hello!")
after sending
So have you found a solution?–