#what can i make to get S1

1 messages · Page 1 of 1 (latest)

lunar cloak
#

I wanna get to S1 Scripter what should i make

What have i made:

M1 System
Sword M1 System
Sword Ability System
Sword roll system
Slide system
Dash system

I need more

#

bump

#

@jade nova

#

Yo

#

So what can i make

jade nova
#

you need more of the fundamentals, not really more content.

jade nova
#

your code used a lot of while loops when it wasn't needed

lunar cloak
#

so what fundermentals do in eed

#

tell me them

#

and ill try use them in script

jade nova
#

just not using infinite while-loops a lot

lunar cloak
#

can u tell me somethign to make whilst ure her

#

ehere*

jade nova
lunar cloak
#

ok

#

ty

lunar cloak
#

i made sum rn

#

il lshow u

jade nova
lunar cloak
#

ohhh

jade nova
#

its just a ProximityPrompt.Triggered:Connect()

lunar cloak
#

i made su mlie kthis

#

ima make the door

finite niche
#

don't aim to get s1.

#

focus on getting better at coding first then get a rank

lunar cloak
#

well im trash

#

so i can only get s1

finite niche
#

thats why u dont need a discord role

#

a discord role means little

#

focus on being less "trash"

lunar cloak
#

ok

#

tahts why im here

finite niche
#

try making an rgb part

lunar cloak
#

i ask ppl to ogive me

#

the things dev forum stuff

#

Then i Study that

#

then i make the build they say that incudes it

lunar cloak
finite niche
#

a part that goes red - orange - yellow - green - blue - purple

lunar cloak
#

oh ok

#

can u give me a dev forum to learn

#

abt those

finite niche
#
#

wait is deprecated

#

usa task.wait

lunar cloak
#

ty

#

ill ping u after i finish

jagged spindle
weak roseBOT
#

studio** You are now Level 4! **studio

lunar cloak
#

100 rbx only

#

@jade nova

lunar cloak
#

inside proximity or door

finite niche
lunar cloak
jagged spindle
jade nova
lunar cloak
#

k

jagged spindle
lunar cloak
#

oh ok

#

ill help u

#

but not now

jagged spindle
lunar cloak
#

ok

#

@jade nova @finite niche

#

is this good

#
local door = script.Parent.Parent
local prox = script.Parent
local TargetRotation = 90

prox.Triggered:Connect(function()
    door.Rotation = 0 
        while true do 
            door.Rotation = door.Rotation + 1
            wait()
            if door.Rotation == TargetRotation then
                break
            end
        end
end)


finite niche
#

No

weak roseBOT
#

studio** You are now Level 3! **studio

finite niche
#

Use tween

lunar cloak
#

oh ok

finite niche
#

Remove the statement

#

if targetRotation

lunar cloak
lunar cloak
jade nova
#

also you're supposed to use HingeConstraint

lunar cloak
#

how

finite niche
lunar cloak
#

ok

finite niche
#

Countless tutorials on yt and Roblox forums

lunar cloak
#

can u psl send

#

form

finite niche
#

Imma send it but please search it urself next time

lunar cloak
#

@finite niche

jade nova
lunar cloak
#

so how do i make it so that it rotates after i use prox

lunar cloak
jade nova
#

no there's no script

finite niche
jade nova
#

just the HingeConstraint stuff

finite niche
#

Use tween service to rotate it to 90 degs

lunar cloak
finite niche
#

Either use tween or hinges

lunar cloak
finite niche
#

Hinges don't need a prox

#

U can use both for a better user experience

finite niche
#

Both hinges tween or one of each

lunar cloak
#

Tween

#

Which is easiest

finite niche
#

Hinges or tween only

lunar cloak
#

Hinges ig

finite niche
lunar cloak
#

but that gives me the whole script

#

i wnana learn

jagged spindle
#

@lunar cloak alr nvm i solved it

jade nova
jagged spindle
lunar cloak
#

oh

finite niche
lunar cloak
#

@finite niche

#

this is from forum

#

this is mine

#

@jade nova

#

@finite niche

finite niche
#

its good

#

now try doing it dynamically

#

instead of spamming wait

lunar cloak
#

wdym

jade nova
finite niche
#

change the hue based on tick() with runservice

#

something like this

lunar cloak
finite niche
#

local hue = (tick() * cyclesPerSecond) % 1

lunar cloak
#

it wont change color

finite niche
lunar cloak
#

oh yeh

#

Theres nothing

#

@finite niche

#

nvm

finite niche
#

.Color

#

not brick

lunar cloak
#

ohh

#

WWW

#

it works

#

@finite niche

finite niche
#

good job

#

overtime increase the difficulty off ur challenges

#

remember that there is nothing wrong with using ai

#

many devs use it

#

dont js copy paste

#

understand what hes doing

lunar cloak
#

ok

finite niche
#

ask him to break it down for you

lunar cloak
#

What do i make now

finite niche
#

what do u feel like making

lunar cloak
#

hmm

#

idk

#

i learn from pros

#

@finite niche

#

so u tell me

finite niche
#

make a portal

#

when touching a part it teleports u to another part

lunar cloak
#

ok

#

@finite niche

#

local TP = script.Parent
local TP2 = script.Parent.Parent.Teleporter2

TP.Touched:Connect(function(hit)
h = hit.Parent:FindFirstChild("Humanoid")
if h then
h.Parent:MoveTo(TP2.Position)
end
end)

lunar cloak
#

Ima try start with phisycs

#

can sum help

finite niche
lunar cloak
#

I system

#

so when u press drop apple thenu apple drops

finite niche
#

Make a cylinder anchor it

#

Grab an apple model from the toolbox

#

Place it in serverstorage

#

Make a script that spawns it above the button

#

Hint: use cframe or vector to increase the height

lunar cloak
#

o kthx]

#

@finite niche