#CLIENT SIDE TERRAIN GENERATION
1 messages · Page 1 of 1 (latest)
I'd probably use Workspace:GetServerTimeNow() on client and generate each chunk based off that time value. Doing it on every client would always have synced chunks without having to use remotes
uhn...no in my case..i used terrain editor to make some changes..now i want to save that terrain and load it only on client..is there a workaround