Sign In to Your Account

Manual registration is temporarily disabled. Please use Discord, Google or GitHub to create an account.

CONTINUE WITH
I need iron blocks !! - Universal Script | Free Roblox Script

I need iron blocks !!

Universal 41 views 1 month ago
I need iron blocks !! - Roblox Script
Mobile Mobile Friendly
Key Key Required

Description

Credits: syntaxical

YOU NEED IRON BLOCKS, and here I am supplying them with this beautiful script I made in 30 minutes…. This will give you iron blocks at the mark.

28 Lines 986 Bytes
while wait() do
	local a = Instance.new("Part", workspace)
	a.Anchored = false
	a.Material = Enum.Material.Metal
	a.BrickColor = BrickColor.new("White")
	a.Size = Vector3.new(2,2,2)
	a.Reflectance = 1
	local b = Instance.new("Texture", a)
	local c = Instance.new("Texture", a)
	local d = Instance.new("Texture", a)
	local e = Instance.new("Texture", a)
	local f = Instance.new("Texture", a)
	local g = Instance.new("Texture", a)

	b.Face = Enum.NormalId.Front
	c.Face = Enum.NormalId.Back
	d.Face = Enum.NormalId.Top
	e.Face = Enum.NormalId.Bottom
	f.Face = Enum.NormalId.Left
	g.Face = Enum.NormalId.Right

	b.ColorMapContent  = Content.fromAssetId(93149365763810)
	c.ColorMapContent  = Content.fromAssetId(93149365763810)
	d.ColorMapContent  = Content.fromAssetId(93149365763810)
	e.ColorMapContent  = Content.fromAssetId(93149365763810)
	f.ColorMapContent  = Content.fromAssetId(93149365763810)
	g.ColorMapContent  = Content.fromAssetId(93149365763810)
end

Comments

Comments section coming soon...

Frequently Asked Questions

To use this script, you need a Roblox Executor. Simply copy the script from this page, paste it into your executor, and run it while you are in the Universal game.

This script may require a payment or subscription. Please check the script's description for more details.

Yes, this script has a key system. You may need to complete a task or join a Discord server to get a key.

Yes, this script is designed to be compatible with mobile executors.

Similar Scripts

Share Script

Share this script with others by copying the link or using your device's share options.

https://rbxscripts.net/scripts/i-need-iron-blocks/
or

Report Script

Help us maintain a safe community. Your report will be reviewed by our moderation team and appropriate action will be taken if needed.

Select a reason...
Malicious Code
Inappropriate Content
Copyright Infringement
Spam
Misleading Information
Other