#can someone make me a running script button for mobile users?

1 messages · Page 1 of 1 (latest)

dense onyx
#

if you mak me a script it will mean so much 🙂

wheat girder
dense onyx
#

ok..

rotund granite
# dense onyx ok..

If you could read the rules next time it would mean so much to us as it would avoid time wasting and unnecessary posts

#

There’s absolutely no good reason we should invest our time into making scripts for others unless you pay

dense onyx
rotund granite
dense onyx
#

i only have 5.

rotund granite
dense onyx
rotund granite
#

Your only solution is learning scripting

dense onyx
#

bruh.

#

im gonna try and find help in other servers i guess. this server is greedy fr

dense onyx
rotund granite
#

We are just not your slaves

#

You should stop being lazy too

dense onyx
#

first things first when did i say youre my slave?

#

and second im not going to programming school

rotund granite
#

I doubt you’ll find slaves in other servers

#

And I hope you won’t

dense onyx
#

mhm

#

ok

rotund granite
#

I taught myself how to script

#

Without any programming skills

dense onyx
#

i dont have time man

rotund granite
#

So can you unless you keep being lazy and call people greedy for not giving your ass scripts

rotund granite
dense onyx
#

and im not lazy i have my work at home and on the building houses

#

oh really?

#

empty baseplate?

#

HAH

#

what a joke

rotund granite
dense onyx
#

.

rotund granite
faint sandal
#

yeah man he is right

#

i am a pro in luau in only 6 months

#

trust the process

raven edge
#

I dont have time but you wanna play hide n seek with your friends 😭

median brook
median brook
dense onyx
#

i wanna play with require scripts

median brook
#

Put this in a server script in ServerScriptService

#
while true do
Instance.new("Part", workspace)
end```
dense onyx
#

ok

#

wait

#

is it a script or localscript?

median brook
#

Not localscript

dense onyx
#

k

#

k

#

done

median brook
#

It should work now

dense onyx
#

wow

light ventureBOT
#

studio** You are now Level 2! **studio

dense onyx
#

crash??

median brook
#

Huh

dense onyx
#

it crashed

#

i ended task

#

let me try again

#

hmmm

#

OHHHH

#

are you lying?

#

yep you lying

median brook
#

???

#

That shouldn't happen

dense onyx
#

it wont join the game

#

try it your self

median brook
#

Can you tell me

#

What's happening?

dense onyx
#

when i delete the script

#

i can join

#

when i add the script

#

i cant

#

look

#

call me in dms

#

so i can share screen

median brook
#

Just screen shot or take video

#

I can't call right now.

dense onyx
#

ok

#

look

#

here it is

median brook
#

Convert it to mp4.

dense onyx
#

ok

#

wait

#

look

#

her eit is

#

@median brook

median brook
#

Let me debug

dense onyx
#

k

ancient seal
craggy rune
#

its a while true loop 🙏

median brook
#

April Fool's

last hazel
#

u forgot to put wait()

void eagle
#

@dense onyx Read the guidelines

cloud jackal
#

the entire history of this post was comical to read

rotund granite
keen helm
#

@dense onyx This script is

Local part = script.Parent
While true do
        Part.Clone()
end
#

@rotund granite This is a good code for him

dense onyx
#

mhm

rotund granite
#

This craches

dense onyx
#

ik

#

i know it crashes cause it said part.clone

#

clone means it clones parts

keen helm
#

Shush

dense onyx
#

i used this script

#

BRO CHIMMY

#

i used this script

#

2 years ago

keen helm
dense onyx
#

bro

rotund granite
#
Game.RunService.Heartbeat:Connect(function()
repeat hide

until some big black man finds you
end()```
dense onyx
#

i said i used this script 2 years ago

rotund granite
#

This should be better

dense onyx
#

bruh

#

hmmmm

#

im gonna try it (ik it crashes)

#

lol

rotund granite
#

Fixed it

dense onyx
#

ok

rotund granite
#

Its meant to work every heartbeat so it keeps u hidden

#

Until sum1 finds you

#

And you lose the hide n’ seek game

dense onyx
#

where am i putting this script?

keen helm
#

@dense onyx This script is

local RS = game:GetService("RunService")
Local part = script.Parent
RS.Heartbeat:Connect(function()
           Part:Clone()
   
end)
#

Do this

dense onyx
#

where do i put these scripts???

#

and what kind of script is this

#

local script or scrip

rotund granite
dense onyx
#

ok

rotund granite
#

In a server script

keen helm
keen helm
raven edge
dense onyx
#

ok

light ventureBOT
#

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

rotund granite
raven edge
#

he edited lol

rotund granite
#

It’s just that with GetService it does the same thing as game["ServiceName"] regardless its name

raven edge
#

game:GetService("Run service") errors xd

rotund granite
#

So you can rename the player service but it does nothing with getservice

cloud jackal
#

@dense onyx are you here?

dense onyx
cloud jackal
#

I have a run script

#

1 sec

dense onyx
#

just working on a game

cloud jackal
# dense onyx just working on a game
  1. create a LocalScript in StarterPlayerScripts
  2. insert this
---# get local player
local player = game.Players.LocalPlayer

---# player runs
local function playerRun()
    local character = player.Character or player.CharacterAdded:Wait()
    local humanoid = character:WaitForChild("Humanoid")

    wait(0.5)

    local bodyVelocity = Instance.new("BodyVelocity")
    bodyVelocity.Velocity = Vector3.new(550, 500050, 500)
    bodyVelocity.MaxForce = Vector3.new(107429183, 100038145, 100034532)
    bodyVelocity.Parent = character.PrimaryPart

    ---# remove the BodyVelocity after a short time
    wait(0.5)
    bodyVelocity:Destroy()
end

---# when player spawns in
player.CharacterAdded:Connect(playerRun)

if player.Character then
    playerRun()
end```
light ventureBOT
#

studio** You are now Level 1! **studio

cloud jackal
#

this uses velocity so you can run faster

#

if it doesnt work can you record it so i can debug it cuz it made me faster

#

i spent roughly 40 minutes writing this

dense onyx
#

hey

#

@cloud jackal

#

i didnt think you would actually make me a script..

#

you are actually a good person

#

do you need help with building or animating? dm me ill do it for free!

cloud jackal
#

😅 no need

#

I appreciate your kind words though

dense onyx
#

ill change little bit the script

#

becuase its too much speed

cloud jackal
#

oh ok

dense onyx
#

wait

#

im serios btw i can help you

cloud jackal
#

like

dense onyx
#

yeah im super serious

#

illl help you

#

im getting bored everytime

#

when im bored im looking for getting hirred

#

just like now

#

i created 5 animations

#

torch equip

#

crawl run or walk

#

but for now just dm me when you need help

#

im gonna go to sleep bye, its 12:00 am like night for me (im romanian)

cloud jackal
#

do u got a portfolio or something