Categories > Exploiting > Scripts >

How would you do this?

sparkybear

sparkybear

Posts: 10

Threads: 5

Joined: May, 2022

Reputation: 0

Posted

Hello. I need help. How could I make a script were whenever I click, the spot where I clicked would turn into a wall.

  • 0

Hayden103109

Colona#0319

Posts: 159

Threads: 16

Joined: Jun, 2022

Reputation: 0

Replied

I think the only luck you have is using a modified version of btools.

  • 0

very epik person who can help do stuf

 

also are you interested in cheese

Posts: 13

Threads: 4

Joined: Oct, 2022

Reputation: 0

Replied

Wherever you click, create a part at that position. This would only show locally, but it would allow you to climb on the parts.

  • 0

I am professional programmer.

I know some lua and TONS of python.

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

Replied

Okay, lets do the basic parts:

local PositionOfUser = CFrame.new(Player:GetMouse()) --this should work
local NewPart = Instance.new("Part")
NewPart.Parent = game.Workspace
NewPart.Position = PositionOfUser

This code here would simply get the users mouse (PROB NEED TO REMAKE) then....

it will insert a new part. Also make sure to anchor.

NOTE: IF YOU WANT IT TO CLICK THEN PROB USE MOUSE.

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Posts: 27

Threads: 0

Joined: Oct, 2022

Reputation: -21

Replied

Wow
It's very cool.

  • 0

sparkybear

sparkybear

Posts: 10

Threads: 5

Joined: May, 2022

Reputation: 0

Replied

Thanks, ill try it later :D

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )