#Game Help
7 messages · Page 1 of 1 (latest)
Do you want the beacon on it above it under it how do you want the beacon exactly
Get the position of the item or player, add 0,10,0 on a vector 3 create to it, then raycast downwards by setting the direction to 0,-1,0
Then configure the raycast to ignore players, the hit position will give it a look like its gliding along the floor
What’s the point of adding 10 to it? If anything that might mess with rooms that have a ceiling.