Categories > Coding > Lua >
how to use Drawing.new("Square") ?
Posted
im trying to make an universal esp and everything was good until i ran into a problem.
the size and the position properties.
how can i set the position to the humanoid and set its size?
any help is appreciated. thx
dead inside
I'm not lazy, I'm just highly motivated to do nothing. #I💚Dogs.
Replied
@Syraxes_ synapse may be the best exploit but its docs are the worst. thx for the krnl docs tho. just gotta figure out how to convert smth to vector2
Cancel
Post
dead inside
Replied
Cancel
Post
I'm not lazy, I'm just highly motivated to do nothing. #I💚Dogs.
Replied
local square = Drawing.new("Square")
square.Position = Vector2.new(x,y)
square.Size = Vector2.new(x,y)
square.Color = Color3
square.Visible = true
square.Filled = true or false -- Does not works with krnl
-- When you want to destroy square, square:Remove()
-- For get Vector2 screen position with Vector3 world position:
https://developer.roblox.com/en-us/api-reference/function/Camera/WorldToViewportPoint
Cancel
Post
https://imgur.com/a/oOomuUo
Users viewing this thread:
( Members: 0, Guests: 3, Total: 3 )
Cancel
Post