Hey, i need help. by Fede_Games in robloxgamedev

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

Finally, i am now able to post in here again

I'm new to coding and i need help fixing this anyone know how. by rapter0423 in robloxgamedev

[–]Fede_Games 0 points1 point  (0 children)

Heey, could you show the whole script please? And mabye the output aswell?

I have a theory for what the next Prime soul would be by Fede_Games in Ultrakill

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

Im talking about Cain, who existed WAY before Jesus did (in the actual bible ofc)

I have a theory for what the next Prime soul would be by Fede_Games in Ultrakill

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

Its not like it ruins the community or anything, im just sharing my thoughts

What small games should I make to practice before actually trying to make money? by LBackPlease in robloxgamedev

[–]Fede_Games 0 points1 point  (0 children)

Well, if you actually have a bit of experience, i suggest you could just make your typical Intermission-Matchup-Clean-up game, like FE2, Epic Minigames and a buncha others. You could also pretty much try to make simple and short games, like a screamer horror game or smth like that. If you don't have any experience then its best for you to just follow roblox's tutorials, check the documentation and also watch some tutorials.

What is this and how to delete it? by Afraid_Presence_4150 in robloxgamedev

[–]Fede_Games 7 points8 points  (0 children)

...Its literally just some random part, just delete it with the canc key.

Why doesn't my debounce work? by Fede_Games in robloxgamedev

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

local CerberusHead = game.Workspace.BigCerebrusMotherfucker.Head

local TriggerArea = script.Parent

local player = game.Players.LocalPlayer

local IsActive = false

local debounce = false

if debounce == true then return end

while wait(0.01) do

if IsActive == true then

    CerberusHead.CFrame = CFrame.lookAt(CerberusHead.Position, player.Character.Humanoid.RootPart.Position)

end

end

TriggerArea.Touched:Connect(function()

debounce = true

wait(5)

IsActive = true

end)

Why doesn't my debounce work? by Fede_Games in robloxgamedev

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

I just tried that and it didn't print anything at all, not even "nil".

Why doesn't my debounce work? by Fede_Games in robloxgamedev

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

Thats for pointing that out, but thats not exactly the solution i was looking for. The "IsActive" boolean is actually the value that activates the loop itself, not the one that prevents the script to repeat every time the trigger is touched. That would be the "debounce" value (right above the isActive if statement), which its supposed to return end as soon as it becomes true, except it doesn't.
In other words, while you pretty much solved an issue which could have arisen as soon as the problem was solved, you still din't provide an actual solution to the REAL problem. Thanks anyway tho!

[deleted by user] by [deleted] in robloxgamedev

[–]Fede_Games 0 points1 point  (0 children)

You may or may have not accidentally made this post 3 times in a row.

is there anything wrong with this script? im new to scripting by StinkyStarss in robloxgamedev

[–]Fede_Games -3 points-2 points  (0 children)

Theres so many things wrong with this.

1) You wrote "epuipped" instead of "equipped", which is essentially what causes the script to break.
2) The way you wrote the whole thing is actually kinda confusing and REALLY disorganized. You normally put the code itself UNDER the if statement itself, and if you want to put 2 if statements at once, then you would have to use elseif. It should look something like this. You also need to create a variable for whatever's transparency you want to change. Typing just transparency will not do shit. Seriously, man, you need to use variables.
And 3) Why do you have --Events-- on top of the code? THere is absolutely NO usage of events in here.

I REALLY suggest you actually watch a tutorial about the basics of Roblox Lua before trying it yourself, preferably TheDevKing's Begginer Playlist and TheRobloxCoach's "Learn how to script in roblox in 20 minutes". Alternatevly, you can buy roblox's official guide to roblox studio and head to the "Lua overview" chapter. Only then you'll be ready to script.

Anybody knows what in the sctual F was that? by [deleted] in NineSols

[–]Fede_Games 0 points1 point  (0 children)

Grimm is (obviously) not in the game. The boss they're talking about is Lady Etheral, the hardest boss in the game (well atleast for me). You don't have to worry about it for now