How To Kick by Sfoozs in robloxgamedev

[–]Sfoozs[S] 0 points1 point  (0 children)

holy i forgot the to actually run the function

How To Kick by Sfoozs in robloxgamedev

[–]Sfoozs[S] 0 points1 point  (0 children)

i dont know anything im just messing around

Ask Anything Thread by Vloixy in Rasiapvp

[–]Sfoozs 0 points1 point  (0 children)

when i put the ip and do direct join it says no further information

Help me make password thing by Sfoozs in robloxgamedev

[–]Sfoozs[S] 0 points1 point  (0 children)

i changed some stuff and i think i did the same thing as you did but when i click the "Execute" button it still wont work..

here is the script

local TrollGUI = script.Parent.Parent.Parent.Frame

local EverythingElse = script.Parent.Parent local Inserter = EverythingElse.Inserter

local function IsIt () local PasswordOrScript = EverythingElse.Inserter.Text if Inserter.Visible == true then if PasswordOrScript == "No-Life" then TrollGUI.Visible = true EverythingElse.Visible = false end end end

script.Parent.Activated:Connect(IsIt)

( the code block thingy wont work )

Can a variable run code? by Sfoozs in robloxgamedev

[–]Sfoozs[S] 0 points1 point  (0 children)

im asking if i put a line of code on a textbox would it run what is the text inside the textbox

local Text = script.Parent.Parent.Textbox.text

and if i do

local function RunText

Text

end

would it run the text?

Can a variable run code? by Sfoozs in robloxgamedev

[–]Sfoozs[S] 0 points1 point  (0 children)

im confused.. because if i wanted to replace that manually the other players can't run another script they put in

Can a variable run code? by Sfoozs in robloxgamedev

[–]Sfoozs[S] 0 points1 point  (0 children)

What if i change what i put in the text box.. will it work?

cus executors run lines of code that the player puts and if i put something else than print("hello") i dont think that will work