#how the hell do i set the position of JUMPSCARE_ to a random part in SPAWN_LOCATIONS

4 messages · Page 1 of 1 (latest)

woven oracle
#

math.random(pos#1, spawns)

whole hull
#

this aint probably best way but

#
local locations = game.Workspace.S087.SPAWN_LOCATIONS:GetChildren()
local chosenlocation = locations[math.random(1, #locations)]
Jumpscare.CFrame = chosenlocation.CFrame 
#

and just put the path to JUMPSCARE_ where I put "Jumpscare"