sni = site.Forum:GetSubforum("Suggestions & Ideas")
t = rp:FindFirstChild("Smooth Terrain Planet - Plug in or Tutorial either.")
gd = site.Forum:GetSubforum("Game Design")
function moveThread(thread, subforum)
thread.Parent = subforum
end
moveThread(t, gd)
|