How to make beams visible to only one player

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I’m making a tutorial in my game and I want a beam to go from the player to a specific location.
  2. What is the issue? Include screenshots / videos if possible!
    I got the beam creation part done but I only what the player doing the tutorial seeing it.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried to look around in the devforums and the developer hub but couldn’t find any solutions.

Just create the beam client side aka on local scripts.

But where do I put the beam when I create it? In player Gui?

In any place, if you create it locally it will only be visible for client.

ok I have tested it and it works, thank you