Popular Posts

Tuesday, 31 March 2026

HOW TO MAKE A WORKING ESCALATOR IN MINECRAFT ˙𐃷˙

    how to make a working escalator in minecraft ➤

1st create a stair case foundation with blocks of iron or concrete

2nd place sticky pistons under each step, oriented to push the steps forward and upward

3rd connect the pistons to a redstone clock (using repeaters) to ensure they fire in a sewuence, creating smooth movement

4th set the redstone repeaters to a 4-tick delay to ensure the mechanism operates correctly, usually requiring a "three-game-tick" pulse to prevent breaking blocks 

5th use a stone button or pressure plate to start mechanism

a l t e n a t i v e m e t h o d s ➤

place down powered rails and minecarts on stairs for a simple escalator!

THATS ALL THANKS FOR READING 





Tuesday, 10 March 2026

HOW TO MAKE AN ELEVATOR IN MINECRAFT? ⍥

1st MAKE A CROSS (LIKE A t) OnCE YOUR DONE WITH THAT YOU HAVE TOo break 3 block (the longest line xp) and break it yet agai n in the middle

2nd add a note block riggggghhtttt in the middle and 2 more redstones dust

3rd put a sticky pistole both side of the cross 

4th place the observer in the middle of the pistole make sure the red dot face up!⍢


 5th put a slime block above the observer and 2 more for the sticky pistole! (both should have 2 ⍢)

6th drop down to the hole and look at the slime block then place the sticky pistole while facing down to the middle of the slimeblock (add one more above it!)

7th cover the hole with any type of planks your like you also need to cover the front of the slimeblock with the same woodѶ

8th next to the planks you made add the worrd (any type) beside it! up to the height u want btw

9th connect both of the woods with the same planks or any type of planks you want

10th in the middle place a note block right against the wood you just place ت
(be sure its above the observer)

11th put the obsidean above the note block and place a button infront of the wood (and the note block)

12 right on the ground of the hole you covered and has redstone bellow it make sure to add a button

IT WILL WORK IF IT MESS UP YOU DID SMTH WRONG!

thats all thx 4 reading this my silliez devver ὣ


  










Tuesday, 3 March 2026

HOW TO MAKE A ROBLOX GAME?

how to make a roblox game?

basic thing:

animation
1st. add your npc model in the avatar!
2nd. add a script inside your npc model
3. use this following script 

local npc = script.Parent
local humanoid = npc:WaitForChild("Humanoid")
local destination = Vector3.new(0, 0, 50) -- Change to your target position

humanoid:MoveTo(destination)

(make sure you made the animation! >*)

kill brick
1st create a part for your workspace!
2nd  change the size or color or anything you want! 
3rd add a script in the part 
4th write the code and paste the following script

local part = script.Parent

local function onTouch(otherPart)
local character = otherPart.Parent
local humanoid = character:FindFirstChild("Humanoid")

if humanoid then
humanoid.Health = 0 -- Instantly kills the player
end
end

part.Touched:Connect(onTouch)

DAmage brick
its similar to the kill brick BUT the scrips are 

local damage = 25 -- Amount of damage to deal
local cooldown = 1 -- Time in seconds before damage can be dealt again
local isTouching = false

script.Parent.Touched:Connect(function(hit)
    local character = hit.Parent
    local humanoid = character:FindFirstChild("Humanoid")

    if humanoid and not isTouching then
        isTouching = true
        humanoid:TakeDamage(damage)
        task.wait(cooldown) -- Debounce to prevent instant death
        isTouching = false
    end
end)

WELP! THATS ALL FOR THE BASIC COMMENT THIS POST FOR MORE! ⌓ ⌓
                   
U






HOW TO MAKE YOUR OWN HAT THAT CAN BE THROWN (while the hat is still on the head)

how to make your own hat that can be thrown while the hat is still on the head STEP 1: MAKE YOUR OWN HAT! 1: USE PARTS OR MESH TO MAKE IT 2:...