Talk:Holo Helix
From GMod Wiki
Problem with Holo Helix
"Quidsy the Squidsy": Hey, I have got a problem with this. I followed the tutorial exactly (well, I'm pretty sure i did) and i found it doesn't work. Instead of casting a DNA hologram around me when i press 0 on the numpad, it seems to form the hologram in mid-air on a seemingly random point on the map (I've tried it on gm_construct and gm_flatgrass). I wired all the components right so i think my expression code may be wrong :( The only thing i can think of is that it is somehow failing to find my player using the "findPlayerByName" command.Please help me.
Edit: I've realized that every time i remake the contraption and try again, it always picks the same place on the map, if thats any help ;)
JoeyJo0:
Perhaps change "Player = findPlayerByName("YOUR NAME HERE")" to "Player = owner()"?