Jump to content

My script Never WORKS


nmazey

Recommended Posts

My scripts dont Work When ever I make a file after I code it all with RIGHT scripts and some times I steal people scripts they say its works BUT It will never load I dont Know Whats happing I do /sk reload The Name of the script and I speeded about 10 hours tryna make this script now Its GONNE

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

as Well Im on Mac - apple So I dont know Whats happening I dont know how to use folders and paste stuff

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

So Please Help! Anyone Could Help ME PLEASE I need it now And everyone is hating my server I NEED TO DO SKRIPTS

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

If I could get Help I can give u A rank or Stuff in my server So please I dont know HOW??

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

and Lapzzo I remember He went in my old server and said he could script And his brother But Then I said no I dont want to share my Email And password to login Bc I didnt Rly Trust Him I just need it in text 

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

This was my small script I copied from somone 

 

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

 

set chat format to "&7[&e%{level.%player's uuid%}%⭐&7] &7%player's prefix%%player%%player's suffix%&8: &7%message%"

on death:
  add 1 to {xp.%attacker%}
  
on death:
  if {xp.%attacker%} >= 5:
    set {xp.%attacker%} to 0
    add 1 to {level.%attacker%}
    send "&a&lLEVEL UP!"
    send "&7&oYou are now level %{level.%attacker%}%"
    broadcast "&a%player% &7is now level &a%{level.%player%}%&a!"

command /level:
  trigger:
    send "&aYour level: &e%{level.%player%}%&e⭐"

command /xp:
  trigger:
    send "&aYour level-up xp: &e{xp.%player%}&7/&e5"

 

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

And this was my 10 hours one I DID 

on load: set {gens::wheat} to hay block named "&e&1Wheat gen" with lore "&7----- "&8-----" and "&7Produces wheat every 10 seconds" and "&7Upgrade cost: &e500
set {gens::coal} to coal block named "&e&8Coal gen" with lore "&7-----&8-----" and &7Produces coal every 10 seconds" and "&7Upgrade cost : &e1000
set {items :: wheat} to wheat named "&ewheat" with lore &7-----&8-----" andd "&sell price: &e10 " and &7-----&8-----"
set {items :: Coal} to coal named "&8Coal" with lore "&7-----&8-----" and "&7sell price: &e20 " and "&7-----&8-----"

command /givegen [<text>]:
permission op
trigger:
if arg-1 is set:
give player {gens::%arg-1%
else:
message "&cInvailid Arguments! Usage: /givegen <gen?"         
                  
                  
on place:
if a player's tool is block:hay 
placeGen("Wheat", player, event-block's Location)
if a player's tool is block:coal
placeGen("coal", player, event-block's Location)
function placeGen{n: Text, P: player, I: location)
if {usedslots::%{_p}'s uuid%}} = {msxslots::%[_p]'s uuid%]:
send action bar "&8* &cGen cap reached! &7)&e%{usedsslots::%{_p}'s uuid%}%&7)" to {_p}
play sound "entity.villager.no" at volume 1 at pitch 1 to {_p}
set block at {_1} to air 
give {_p} {gens::%{_n}%}
else:
add {_1}'s location to {gensplaced::%{_n}%{_P}'s uuid%::*}
add 1 to {usedplaced::%{_p}'s uuid%::*}
send action bar "&8* &7placed a &e%{_n} Gen &7(&e%{usedslots::%{_p}'s uuid%}&7/&e%{maxslots::%{_P}'s uuid%}%&7}" to {_p}
play sound "block.note_block.pling" at volume 1 at pitch 2 to {_p}
make 10 of proof at {_1}
on left click:
 --------- breakgen)"wheat", player, event block's-location)
 function breakgen{n: text, p: player, I: location):
 remove 1 rom {usedslots::%{_p}'s uuid%::*}
 remove {_1}'s location from {gensplaced::%{_n}%::%{_p}'s uuid%::*}
 send action bar "&8* &7Picked up a &e%{_n}% Gen &7 {&e%{usedslots::%{_p}'s uuid%}%&7/&e%{maxslots::%{_P}'s uuid%}%&7)" to {_p}
play sound "block.note_block.pling" at volume 1 at pitch 1 to {_p}
 make 10 of proof at {_1}
give {_p} {gens::%{_n}%}
set block at {_1} to air
every 10 seconds:
           loop all player:
             Loop all blocks in radius 30 around loop-player:
if {gensplaced:: wheat::&1Loop-player's uuid%::* contains loop-block's location:
    set {_ioc to block above loop-value-2
drop 1 of {items::wheat} 1 meters above {_ioc} without velocity
if {gensplaced::coal::%loop-player's uuid%;;*} contains loop-block's location:
 {_ioc} to block above loop-value-2
drop 1 of {items::coal} 1 meters setabove {_ioc} without velocity
 {_ioc} to block above loop-value-2
drop 1 of {items::coal} 1 meters setabove {_ioc} without velocity
command /sell:
trigger:
set {_total} to 0
 set {_wheatamt} to amount of wheat in player's inventory
 remove all wheat from player's inventory
 add {_wheatamt} * 10 to {_total}
 set {_coalamt} to amount of wheat in player's inventory
 remove all coal from player's inventory
 add {_coalamt} * 20 to {_total}
 add {_total} to {coins::%player's uuid%}
 send title "&7Sale Summary:" with subtitle "&e+%{_total}%" For 5 seconds 
 play sound "entity.horse.amour" at volume 1 at pitch 1 to player
 every 2 seconds:
 loop all players:
 send action bar "&e%{coins::%Loop-player's uuid%]%  %7Gen slots: &e%{usedslots::%loop-player%}%&7/&e%{maxslots::%loop-player's uuid%
On right click:
                  if clicked-block is set:
 player is sneaking
 if click::%clicked-block is hay block:
 [upgrade player's uuid%} is false
 set {upgradeclicks::%player's uuid%} to true
  wait 1 tick
  remove clicked block's location from {gensplaced::Wheat::%player's uuid%::*} 
add clicked block's location from {gensplaced::coal::%player's uuid%::*}
set clicked block to coal block
send title "&e&1Upgraded" with subtitle "&7Wheat -> to player
wait 0.5 seconds
set {upgradeclick::%player's uuid% to false 
stop
if click::%clicked-block is hay block:
 [upgrade player's uuid%} is false
 set {upgradeclicks::%player's uuid%} to true
  wait 1 tick
  remove clicked block's location from {gensplaced::Wheat::%player's uuid%::*} 
add clicked block's location from {gensplaced::coal::%player's uuid%::*}
set clicked block to coal block
send title "not coded yet" with subtitle "&7Wheat -> ?" to player
wait 0.5 seconds
set {upgradeclick::%player's uuid% to false 
stop
command /start:
trigger:
if {start::%player's uuid%} is not true:
set {start::%player's uuid%} to true 
excute player command "/p auto
give player {gens::wheat}
wait 1 second
send title "&eplace your gen to begin!" with subtitle " " to player for 3 seconds
on join:
set {upgradeclicks::%player's uuid%} to false
if {coins::%player's uuid%} is not set
set {coins::%player's uuid% to 0
if {usedlots::%player's uuid%} is not set
set {usedslots::%player's uuid%} to 0
 if {maxslots::%player's uuid%} is not set
 set {maxslots::%player's uuid%} to 26

 

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

I did MANNY and MANNYS they won't WORK

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

any Replys ? anyone Now I tried so hard PLEASE

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

excuse me but please edit your first post instead of adding 8 others

also you dont have to give them console

you can just friend them on discord or something, or use pastebin if you don't have it

also, PLEASE use the code attachment thing because i cant read the code if there isnt any tabs or spaces, also one of your scripts is just a giant paragraph

also you need P A T I E N C E

things take time

also please like watch youtube tutorials or something, instead of having to copy code

copying code using CTRL + C wont get you anywhere, either type it down or learn how to write it yourself 🙂

Edited by ES63

Player Stats

IGN - ES63

Rank - Pro

----------------------

Server Stats

RascalPVP - Owner

RandKits - Owner

DoodySim - Owner

-----------------------

066fced7fa2c6eb28ff57c203964a6d3.gif.45df2fe64e40c8d045324e2a6203c1c6.gif

do that ^^^^

i will heart back (i promise)

 

Link to comment
Share on other sites

Only copy code that you understand. Always look at Skript documentation for reference. Watch some good YouTube tutorials. 

Owner of oldgaffle.minehut.gg. (my paintball server)

Owner of karted.minehut.gg. (my mario kart server)

Advocate of individual freedom, especially freedom of speech.

Cooler than Stalemate128.

Link to comment
Share on other sites

  • 2 weeks later...

ah

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

umm okay

 

Owner  Of NewWolfs Now Player "NickDooom my friend owns it"

Owner of Bloody Studios

Owns "40 servers in 1 account"

loves making movies

in tv shows and movies

Best editor - loves making roblox edits / loves blood

VIP ON MINEHUT

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...