setPlayerNametagColor(name,guiScrollBarGetScrollPosition(nredBar)*2.55,guiScrollBarGetScrollPosition(ngreenBar)*2.55,guiScrollBarGetScrollPosition(nblueBar)*2.55)
Now ?
Create a marker for the player
createMarker
Move the gates.
moveObject
Move the gates when player enters the marker.
onMarkerHit
Move the gates to the old position when player leaves the marker
onMarkerLeave
I'm working on Drag Race gamemode with my friend at the moment and i'm trying to create an introduction system, but i can't understand how to set it just to show up one time.