#Ermm how spawn
1 messages · Page 1 of 1 (latest)
Bruh use the pole as the center and spawn coal around it with random X/Z offsets from its CFrame
** You are now Level 2! **
Don't connect them just place them relative
Yeah but idk how tuse cframes 🙏

you don't need to use cframes, only vectors
local pole = your pole
local spawnPos = pole.Position+Vector3.new(math.random(-3, 3), -pole.Size/2 + 3, math.random(-3, 3))
Whats the different between vectors and cframes
CFrame holds position in space, Vector3 only holds one vector (3 values). CFrame also has multiple vectors
What 🙏 dosent vector hold place in space too