Hi I'm TheLorizz and I'm here to ask help on creating a custom Billboard/Surface Gui, like Trouble in Terrorist Town's one (since I'm making a TTT game for roblox). This is the first time that I use a similiar thing, how can I see in real-time what I am doing with the surface gui like the normal screen gui? Also, does the surface gui works like normal screen gui? I mean, does it needs Frames/Buttons etc.? This gui needs to appear on your current mouse position, I tried something like this for this MouseEvent:
1 | local vec 1 = Vector 3. new(...) -- starting pos |
2 | local vec 2 = Vector 3. new(...) -- mouse looking at |
3 | local par 1 = Ray.new(vec 1 , (vec 2 - vec 1 ).unit) -- ray |
And I don't know how to continue, do I need to use some events like "MouseEnter" for accessing the ray?
Thanks for helping! I AM NOT REQUESTING ANY SCRIPT, I NEED ONLY EXPLANATIONS!