Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
--MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 5 and put your name where it says "miner21088" Rainbow = {"Bright red", "Neon orange", "Bright yellow", "Lime green", "Deep blue", "Bright violet"} me = game.Players.miner21088 function Part(P, Anch, Coll, Tran, Ref, Col, Size, Name) local p = Instance.new("Part") p.TopSurface = 0 p.BottomSurface = 0 p.Transparency = Tran p.Reflectance = Ref p.CanCollide = Coll p.Anchored = Anch p.BrickColor = BrickColor.new(Col) p.formFactor = "Custom" p.Size = Size if Name then p.Name = Name end p.Parent = P p.Locked = true p:BreakJoints() return p end V3 = Vector3.new CN = CFrame.new CA = CFrame.Angles MR = math.rad MRA = math.random function Weld(P0, P1, CF1, CF2, Name) local w = Instance.new("Motor6D") w.Part0 = P0 w.Part1 = P1 w.C0 = CF1 w.C1 = CF2 if Name then w.Name = Name end w.Parent = P0 return w end function MakeNyan(Player, S) local Naim = "Nyan "..Player.Name:sub(1,5) if S >= 5 then Naim = "Giant Nyan "..Player.Name:sub(1,5) end local Model = Instance.new("Model") Model.Name = Naim local Torso = Part(Model, false, false, 0, 0, "Brick yellow", V3(0.5*S, 1.5*S, 2*S), "Torso") local Head = Part(Model, false, false, 0, 0, "Dark grey", V3(0.6*S, 0.8*S, 1.2*S), "Head") Instance.new("BlockMesh",Head) local Neck = Weld(Torso, Head, CN(0, -0.35*S, -0.9*S), CN(), "Neck") local Tart = Part(Model, false, false, 0, 0, "Pink", V3(0.5*S+0.05, 1.2*S, 1.7*S), "Torso") Instance.new("BlockMesh",Tart) Weld(Torso, Tart, CN(), CN()) local RFL = Part(Model, false, false, 0, 0, "Dark grey", V3(0.4*S, 0.6*S, 0.4*S), "Right Arm") Instance.new("SpecialMesh",RFL).MeshType = "Sphere" local LFL = Part(Model, false, false, 0, 0, "Dark grey", V3(0.4*S, 0.6*S, 0.4*S), "Left Arm") Instance.new("SpecialMesh",LFL).MeshType = "Sphere" local RBL = Part(Model, false, false, 0, 0, "Dark grey", V3(0.4*S, 0.6*S, 0.4*S), "Right Leg") Instance.new("SpecialMesh",RBL).MeshType = "Sphere" local LBL = Part(Model, false, false, 0, 0, "Dark grey", V3(0.4*S, 0.6*S, 0.4*S), "Left Leg") Instance.new("SpecialMesh",LBL).MeshType = "Sphere" local RSH = Weld(Torso, RFL, CN(), CN(-0.1*S, 0.8*S, 0.8*S), "Right Shoulder") local LSH = Weld(Torso, LFL, CN(), CN(0.1*S, 0.8*S, 0.6*S), "Left Shoulder") local RH = Weld(Torso, RBL, CN(), CN(-0.1*S, 0.8*S, -0.8*S), "Right Hip") local LH = Weld(Torso, LBL, CN(), CN(0.1*S, 0.8*S, -1*S), "Left Hip") local Mouth = Part(Model, false, false, 0, 0, "Really black", V3(0.6*S+0.05, 0.2*S, 0.6*S)) Weld(Head, Mouth, CN(0, -0.25*S, -0.1), CN()) Instance.new("BlockMesh",Mouth).Scale = V3(1, 0.6, 0.8) for i = -0.25, 0.25, 0.25 do local Mouth2 = Part(Model, false, false, 0, 0, "Really black", V3(0.6*S+0.05, 0.3*S, 0.2*S)) Weld(Mouth, Mouth2, CN(0, 0.1*S, i*S), CN()) Instance.new("BlockMesh",Mouth2).Scale = V3(1, 0.6, 0.6) end local Nose = Part(Model, false, false, 0, 0, "Really black", V3(0.6*S+0.05, 0.2*S, 0.2*S)) Weld(Head, Nose, CN(0, 0.05*S, -0.1*S), CN()) Instance.new("BlockMesh",Nose).Scale = V3(1, 0.6, 0.6) for i = -0.3, 0.31, 0.6 do local Eye = Part(Model, false, false, 0, 0, "Really black", V3(0.6*S+0.05, 0.3*S, 0.3*S)) Weld(Head, Eye, CN(0, 0.15*S, (i-0.1)*S), CN()) local Eye2 = Part(Model, false, false, 0, 0, "Institutional white", V3(0.6*S+0.1, 0.2*S, 0.2*S)) Weld(Eye, Eye2, CN(0, 0.04*S, 0.04*S), CN()) Instance.new("BlockMesh",Eye).Scale = V3(1, 0.6, 0.6) Instance.new("BlockMesh",Eye2).Scale = V3(1, 0.4, 0.4) end for i = -0.4, 0.5, 0.9 do local Cheek = Part(Model, false, false, 0, 0, "Medium red", V3(0.6*S+0.05, 0.2*S, 0.2*S)) Instance.new("BlockMesh",Cheek).Scale = V3(1, 0.8, 0.8) Weld(Head, Cheek, CN(0, -0.05*S, (i-0.1)*S), CN()) end for i = -80, -140, -20 do local tail = Part(Model, false, false, 0, 0, "Dark grey", V3(0.4*S, 0.25*S, 0.3*S)) Weld(Torso, tail, CN(0, 0.2*S, 1.15*S) * CA(MR(i), 0, 0), CN(0, 0, 0.5*S)) Instance.new("BlockMesh",tail) end for i = 0, 180, 180 do local ear = Part(Model, false, false, 0, 0, "Dark grey", V3(0.6*S, 0.4*S, 0.5*S)) Instance.new("SpecialMesh",ear).MeshType = "Wedge" Weld(Head, ear, CN(0, 0.45*S, 0) * CA(0, MR(i), 0), CN(0, 0, -0.32*S) * CA(MR(15), 0, 0)) end local Hum = Instance.new("Humanoid") Hum.Name = "Humanoid" Hum.MaxHealth = 100 Hum.Health = 100 Hum.WalkSpeed = 11+(5*S) Hum.Parent = Model Model.Parent = workspace Model:MakeJoints() Model:MoveTo(V3(0, 2*S, 0)) Player.Character = Model local lastP = (Torso.CFrame * CN(0, 0, 0.9*S)).p local function runn() for i = 0.5, 1, 0.5 do RSH.C0 = CN(0, -(0.2*S)*i, 0) LSH.C0 = CN(0, -(0.2*S)*i, 0) RH.C0 = CN(0, -(0.2*S)*i, 0) LH.C0 = CN(0, -(0.2*S)*i, 0) wait() end for i = 0.5, 1, 0.5 do RSH.C0 = CN(0, -(0.2*S), (0.2*S)*i) LSH.C0 = CN(0, -(0.2*S), (0.2*S)*i) RH.C0 = CN(0, -(0.2*S), (0.2*S)*i) LH.C0 = CN(0, -(0.2*S), (0.2*S)*i) wait() end for i = 0.5, 1, 0.5 do RSH.C0 = CN(0, -(0.2*S)+(0.2*S)*i, (0.2*S)) LSH.C0 = CN(0, -(0.2*S)+(0.2*S)*i, (0.2*S)) RH.C0 = CN(0, -(0.2*S)+(0.2*S)*i, (0.2*S)) LH.C0 = CN(0, -(0.2*S)+(0.2*S)*i, (0.2*S)) wait() end for i = 0.5, 1, 0.5 do RSH.C0 = CN(0, 0, (0.2*S)-(0.2*S)*i) LSH.C0 = CN(0, 0, (0.2*S)-(0.2*S)*i) RH.C0 = CN(0, 0, (0.2*S)-(0.2*S)*i) LH.C0 = CN(0, 0, (0.2*S)-(0.2*S)*i) wait() end end local poss = "Standing" coroutine.resume(coroutine.create(function() while Player.Character == Model do wait(0.1) if poss == "Running" then runn() end end end)) coroutine.resume(coroutine.create(function() while Player.Character == Model do wait(0.1) local speed = Torso.Velocity.magnitude local posnow = (Torso.CFrame * CN(0, 0, 0.9*S)).p coroutine.resume(coroutine.create(function() if speed > 2 then poss = "Running" local ps = {} for i,v in pairs(Rainbow) do local a = (#Rainbow-i) a = ((a-(a/2))/2.5)*S local pp = Part(Model, true, false, 0, 0, v, V3(0.2, 0.2, 0.2), "Rainbow") local dist = (posnow - lastP).magnitude Instance.new("BlockMesh",pp).Scale = V3(1, ((1.4*S)/#Rainbow)*5, dist*5) pp.CFrame = CN(lastP, posnow) * CN(0, a, -dist/2) table.insert(ps, pp) end coroutine.resume(coroutine.create(function() wait(10) for i = 0, 1, 0.2 do wait() for _,v in pairs(ps) do v.Transparency = i end end for _,v in pairs(ps) do v:remove() end end)) else poss = "Standing" end end)) lastP = posnow end end)) end --for i,v in pairs(game.Players:GetPlayers()) do -- MakeNyan(v, MRA(10,120)/10) --end MakeNyan(me, 1)
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
I made $15,000 in 2 days
CSS | 51 min ago | 0.21 KB
✅ API Glitch (Docs Leak)
CSS | 52 min ago | 0.21 KB
This summer smells like money
CSS | 52 min ago | 0.21 KB
Untitled
mIRC | 4 hours ago | 0.57 KB
ifm isu iolink [WIP]
Python | 5 hours ago | 1.18 KB
HELLO PROGRAMMER
19 hours ago | 0.03 KB
Untitled
23 hours ago | 2.26 KB
FB2600 User Handbook v0.91
1 day ago | 6.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!