I’m just messing around with this fun script I made
function createDummy(id,x,z)
local dummy = game.ServerStorage.Dummy:Clone()
dummy.Parent = game.Workspace
dummy:SetPrimaryPartCFrame(CFrame.new(x,3,z))
dummy.Humanoid:ApplyDescription(game.Players:GetHumanoidDescriptionFromUserId(id))
end
for x = -50, 50, 5 do
for z = -50, 50, 5 do
createDummy(407511337,x,z)
end
end
I am currently working on my building game. This is the first Roblox game I am taking very seriously, and hoping that players will play the game. There is still a lot to do, but I think it is somewhat fun already.
How can you make such detailed precise things? Do you use any plugin? Is there like a generator to make these things? Or hard work to make it with hands*
Open a Discord invite thru Roblox studio with the use of plugins (no browsers / anything else, just Roblox)
Not going to release this to the public since this can be extremely abused, so watch out. I haven’t seen this before so I think I’m first to do this and I wanted to show all of you that it’s possible (It shows a warning before opening the link, thank you Roblox)